PushButton.MouseUp Event
The mouse button was released inside the control's region at the location passed in to x,y. This event will not occur unless you return True in the MouseDown event.
Syntax
MouseUp ( x, y )
Parameters | |
x |
|
y |
The return value is ignored.